From 99f38fa81f9f4337b076ea47aa6736af323d6a40 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 21 May 2005 10:09:53 +0000 Subject: [PATCH] bitkeeper revision 1.1500 (428f08f1cclAJMtKpbiDrXknPvaMCA) Small ioemu build fixes. Fix 'make clean' so we can switch between 32-bit and 64-bit build easily. Signed-off-by: Keir Fraser --- tools/Makefile | 4 ---- tools/ioemu/Makefile | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 64778a9146..52ddb9f24b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -38,10 +38,6 @@ check: check_clean: $(MAKE) -C check clean -ifneq ($(XEN_TARGET_ARCH),x86_32) -XEN_NO_IOEMU=1 -endif - ifndef XEN_NO_IOEMU ioemu ioemuinstall ioemuclean: [ -f ioemu/config-host.h ] || \ diff --git a/tools/ioemu/Makefile b/tools/ioemu/Makefile index 391193e73b..9b3157c4c9 100644 --- a/tools/ioemu/Makefile +++ b/tools/ioemu/Makefile @@ -35,6 +35,8 @@ clean: for d in $(TARGET_DIRS); do \ $(MAKE) -C $$d $@ || exit 1 ; \ done + rm -f config-host.mak config-host.h + rm -f keysym_adapter_sdl.h keysym_adapter_vnc.h distclean: clean rm -f config-host.mak config-host.h -- 2.30.2